2014-08-05 - 10735 - Spec - New Era Japan IT Deployment - Posting into blocked stock #JapanMMPP #JapanABAP #abapidoc #abapexit
SPECIFICATIONS
10735.800 - Spec - New Era Japan IT Deployment - Posting into blocked stock
Purpose
As per the requirement for Japan during goods receipt stock will be posted into blocked stock using IDOC.
Admin Info
Purpose
|
During goods receipt stock will be posted into blocked stock using IDOC.
|
Requested By
|
Babu Lankipalli
|
Spec Created By
|
Laxman
|
Spec Created Date
|
08/05/2014
|
Spec QA by
|
Laxman
|
Objects
|
ZXLIDU10
|
Document Status
|
Complete
|
Estimates
Sl.No
|
Activity
|
Estimation in Hours
|
1
|
Research
|
08
|
2
|
Documentation
|
08
|
3
|
Development/ Config
|
08
|
4
|
Unit test in DEV
|
04
|
5
|
Unit test in QUA
|
04
|
6
|
Other activity
|
|
|
TOTAL
|
32
|
References
Prior Tickets
[Provide links of prior associated Spec / Break Fix BOSS document(s)]
N/A
Documents
[Attach any document(s) received for the requirement(s)]
N/A
Spec Changes
[List the changes made to program after the approval of the original requirement along with the Date on which the change request was received and the name of the initiator]
Sl.
|
Change Details
|
Requested By
|
Requested On
|
Notes if any
|
|
|
|
|
|
Functional Requirement
Purpose/WHY:
[Explain the purpose of the project and the reason why this requirement has come]
As per the business requirement some times stock will be posted into blocked stock during goods receipt to do the quality inspection. For this we need to input the stock type as S or 3 during posting the IDOC. But understand that even though if the stock type is S or 3 stock is not posting in to blocked stock due to user exit ZXLIDU10.
In Scope:
[List the
activities to be included in scope]
N/A
Out of Scope:
[Out of scope activities]
N/A
Solution Summary
[Discuss this section with Requester and get approval prior to beginning work]
After analysis understand that in Dec 2011 there was an enhancement done to default the stock type given in PO in to the goods receipt IDOC. This is done by using the user exit ZXLIDU10. This user exit copying the stock value even if it is blank (In the PO if stock type is blank then in the IDOC stock type is blank). Due to this enhancement overwriting the stock type as blank if we give the stock type as blocked stock. Finally decided to change the user exit only if company code is 60, so that stock will be updated during goods receipt.
Test Plan
[List test scenarios/cases to be executed here]
Test ID
|
Test Scenario
|
Expected Results
|
MM001
|
Do the goods receipt against a PO created in company code 0060 and specify the stock type as 'S'
|
Stock will post in to blocked stock
|
MM002
|
Do the goods receipt against a PO created in other than company code 0060 and specify the stock type as 'S'
|
Stock will post in to unrestricted stock
|
Solution Details
[Provide complete technical details for configuration or programming here]
Modify the user exit ZXLIDU10 so that if company code is 0060 stock type will be updated from the input file.
Issues
[List Issues / Bugs identified in configuration or development]